run out of thread meaning in English
退刀纹
Examples
- You can avoid running out of threads by reducing the number of concurrent web requests , or by increasing the maximum allowed threads in the thread pool
可以通过减少并发web请求的数量或增加线程池中允许的最大线程数来避免线程不足。 - If a number of users request synchronous http handlers that rely on external processes , the operating system can quickly run out of threads because many threads are blocked and waiting for an external process
如果许多用户都在请求依赖于外部进程的同步http处理程序,那么操作系统可能很快就会用完所有线程,因为大量线程被阻止,正在等待外部进程。